home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / agl103p.lha / src / agl / pro / border.pro < prev    next >
Encoding:
Text File  |  1994-12-09  |  286 b   |  7 lines

  1. /* border.c */
  2. void drawborder(long id,long button);
  3. void line3d(long wid,long c1,long c2,long x1,long y1,long xy2,long vertical);
  4. void agl_box(long wid,long c1,long c2,long x1,long y1,long x2,long y2,long fill,long inverse);
  5. void agl_text(long wid,long c,long x,long y,char *string);
  6.  
  7.